Day

fun Day(day: CalendarDay, isSelected: Boolean, moodColor: Color = Color.Transparent, onClick: (Date?) -> Unit)

Displays a single day in the calendar, showing the date and mood color based on the evaluation.

Parameters

day

The day to display.

isSelected

Whether the day is selected.

moodColor

The background color for the mood associated with the day.

onClick

Callback to be invoked when the day is clicked.